home *** CD-ROM | disk | FTP | other *** search
/ Clickx 115 / Clickx 115.iso / software / tools / windows / tails-i386-0.16.iso / live / filesystem.squashfs / usr / local / sbin / fillram < prev    next >
Encoding:
Text File  |  2012-08-03  |  159 b   |  8 lines

  1. #!/usr/bin/python
  2.  
  3. # NB: this program is subject to the system's per-process memory limits.
  4.  
  5. string = ""
  6. while True:
  7.     string = string + "wipe_didnt_work\n"
  8.